home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / DNOT.ZIP;1 / UPDATE.TXT < prev    next >
Encoding:
Text File  |  1993-11-17  |  5.0 KB  |  145 lines

  1.  
  2. These are new features included in NotGNU, not listed in the manual.
  3.  
  4. ==============================================
  5. Updates in version 1.4+ of Nov 17, 1993 (14p3)
  6. ==============================================
  7.  
  8. o  New functions: 'tabify' and 'untabify'. Convert spaces to tabs,
  9.    and tabs to spaces, respectively, within the defined region.
  10.  
  11. o  DNOT now has special code to translate Ctrl-Space to Ctrl-@
  12.    (set-mark-command), even on machines where this is not supported
  13.    via BIOS.
  14.  
  15. o  DNOT left button mouse behavior more similar to that of WNOT
  16.    (I.e. SHIFT-drag select will cut the buffer). 
  17.    Note: A special case will arise if a buffer is first drag-selected,
  18.    then cut with C-w. The selected region will be duplicated in the
  19.    kill buffer, and a C-y will yank the text twice.  C-w will, when
  20.    invoked immediately after another cut or copy, APPEND the selected
  21.    region to the kill buffer. Since DNOT uses the same kill buffer for
  22.    keys operations (C-k, C-w etc.) as for mouse operations, this strange
  23.    result will appear.
  24.  
  25.  
  26. =============================================
  27. Updates in version 1.4+ of Nov 8, 1993 (14p2)
  28. =============================================
  29.  
  30. o  Minibuffer editing
  31.    The minibuffer now accepts the following commands:
  32.  
  33.         C-b, C-f, Left Arrow, Right Arrow,
  34.         C-a, C-e, Home, End,
  35.         C-k, C-d, Delete,
  36.         C-u, C-w, Backspace (Like before)
  37.  
  38. o  fill-paragraph now leaves cursor at the end of the modified
  39.    paragraph, like GNU.
  40.  
  41.  
  42. ============================================
  43. Updates in version 1.4+ of Oct 28, 1993 (14)
  44. ============================================
  45.  
  46. o  NotBoot now accepts the following command line switches:
  47.  
  48.     /p filename  Print file, then exit.
  49.     /v filename  View file, ie. do not allow any editing.
  50.          
  51.  
  52. o  NotGNU now accepts the following command line switches:
  53.  
  54.     -x function  Execute function on startup, after loading first buffer.
  55.     -f function  Execute function on startup, before loading any file
  56.     -p filename  Prints file, then exits.
  57.  
  58.    The following options are also allowed in the X11 version:
  59.     -bg window_color
  60.     -display displayname
  61.     -fg text_color
  62.     -fg2 touched_text_color
  63.     -fg3 highlight_color
  64.     -font fontname
  65.     -help
  66.  
  67. o  In 'dired', 'd' can be used to delete a file.
  68.  
  69. o  Any number greater than 1 should now work for set-tab-stop
  70.  
  71. o  Mouse doubleclick on modeline == delete-other-windows
  72.  
  73. o  Drag & drop to iconified NotGNU works much better
  74.    (Drag a file from the file manager to the NotGNU icon, and wnot
  75.    will open a new buffer for the file).
  76.    NOTE: Does not work with Norton Desktop.
  77.  
  78. o  New item in FILE menu: kill-current-buffer
  79.  
  80. o  enhanced drag-select-scrolling, still not as fast as I (Julie)
  81.    would like,  with improved behavior when crossing out of a window
  82.    (pane) 
  83.  
  84. o  DOS version now has limited support of mouse operations. Set
  85.    cursor, and/or select region to copy with the left mouse button; 
  86.    paste with the right button.
  87.  
  88. o  Added function: 'fill-region'. This does not work exactly like
  89.     GNU emacs', in that only complete regions will be filled.
  90.  
  91. o  The following packets are now available from NotGNU-request:
  92.  
  93.         DNOT      - DOS executable w/documentation.
  94.         WNOT      - Windows 3.x executable w/documentation.
  95.         NTNOT     - Windows NT/Intel executable w/documentation.
  96.         NTAXP     - Windows NT/DEC Alpha executable w/documentation.
  97.         X11NOT    - Sources for building under X11/OSF and unix curses.
  98.         DOC-PLAIN - GNU-zipped documentation, plain text.
  99.         DOC-DVI   - GNU-zipped documentation, TeX .dvi format.
  100.         DOC-PS    - GNU-zipped documentation, Postscript.
  101.         INFO      - Information on the current status of NotGNU.
  102.  
  103.    To have any of these packets sent to you, send an email containing
  104.    the words "SEND packet" in the message body, where "packet" is one
  105.    of the ones listed above, to notgnu-request@netcom.com.
  106.  
  107.    As usual, a "HELP" command will give a more complete help.
  108.  
  109.  
  110. =====================
  111. Undocumented features
  112. =====================
  113.  
  114. These had (have!) not yet made their way into the docs:
  115.  
  116. o  The following modes are available via set-default-mode:
  117.         fill, indent, C, overwrite
  118.  
  119. o  The "MEMAKE" environment variable, if present, should contain the
  120.    command line to use for compiling. Default: "nmake "
  121.  
  122.  
  123. o  On page 15 in the plain text version, I wrote:
  124.        Backspace           | backward-delete-char
  125.    The correct name should be 'delete-backward-char'
  126.  
  127. o  Also on page 15, I wrote:
  128.        C-h c, C-h d        |    describe-key-briefly, <JULIE: What is C-h d??>
  129.    She answered: list-key-names
  130.  
  131.  
  132. ====
  133. Bugs
  134. ====
  135.  
  136. o Drag & Drop to an iconized window, as well as printing with the /p
  137.   flag, does not work properly with Norton Desktop. Instead, these
  138.   operations will insert an internal message into the first line in
  139.   the current buffer.
  140.  
  141.  
  142. Tor Slettnes
  143. <tor@netcom.com>
  144. Nov 17, 1993
  145.